'Declaration Protected Overridable Sub OnCollectionChanged( _ ByVal e As NotifyCollectionChangedEventArgs _ )
'Usage Dim instance As ContentElementCollection(Of T) Dim e As NotifyCollectionChangedEventArgs instance.OnCollectionChanged(e)
protected virtual void OnCollectionChanged( NotifyCollectionChangedEventArgs e )
Parameters
- e
- A NotifyCollectionChangedEventArgs that contains the event data.